google.golang.org/grpc.ClientConn.authority (field)

13 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L92: 			Authority:       cc.authority,
		clientconn.go#L248: 	channelz.Infof(logger, cc.channelz, "Channel authority set to %q", cc.authority)
		clientconn.go#L676: 	authority           string            // See initAuthority().
		clientconn.go#L1094: 	return cc.authority
		clientconn.go#L1978: 		cc.authority = authorityFromDialOption
		clientconn.go#L1980: 		cc.authority = authorityFromCreds
		clientconn.go#L1982: 		cc.authority = auth.OverrideAuthority(cc.parsedTarget)
		clientconn.go#L1984: 		cc.authority = "localhost" + encodeAuthority(endpoint)
		clientconn.go#L1986: 		cc.authority = encodeAuthority(endpoint)
		resolver_wrapper.go#L80: 			Authority:            ccr.cc.authority,
		stream.go#L321: 		Host:           cc.authority,
		stream.go#L407: 			Authority:    cs.cc.authority,
		stream.go#L1315: 		Host:           ac.cc.authority,